home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam / GrandSlam volume 1.iso / 002 / find221e.arj / FIND.CTL < prev    next >
Text File  |  1994-07-01  |  8KB  |  195 lines

  1. ;
  2. ; Control-file for FIND                 Fri., Jul. 01. 1994 20:30
  3. ;
  4. ; (c) Peter Hampf, Graf von Galen Str. 27, 49377 Vechta, pbs vec
  5. ;
  6. ;   (all lines containing a ";" should be removed due to performace-reasons
  7. ;    if you have finished 'learning' :-)
  8. ;
  9. ;               For commandline-parameters call FIND /?
  10. ;
  11. ;
  12. ; valid keywords:
  13. ;
  14. ; editor=<name>         your favourit editor! default=Q.EXE
  15. ;
  16. editor=qe.exe
  17. ;
  18. ; lister=<name>         your favourit lister! default= the silly build-in :-)
  19. ;
  20. lister=list.com
  21. ;
  22. ; Hexlister=<name> [$F$] <parms> is your favourit HEX-lister, default: the
  23. ;                                silly build-in one as well <g>
  24. ;
  25. Hexlister=list.com $F$ /H
  26. ;
  27. ;  Assign std.-batchfilename and default inputline (Key "B"):
  28. ;
  29. Batch=e:\temp\FindBat.Bat
  30. ;
  31. Batchinput=Copy $f$ D:\Temp\Unpack
  32. ;                       BATCHINPUT is the default if a batchfile should be
  33. ;                       created in interactive mode.
  34. ;
  35. ;
  36. ; arcview=<name>        your archive-viewer! default=SHEZ.EXE
  37. ;
  38. arcview=shez.exe
  39. ; arcview=c:\utils\fv.com $f$|list/s    ; also a valid example!
  40. ;
  41. ;                       As you can see, for the programs there are additional
  42. ;                       MACROS $F$ and $D$. If present, they will be replaced
  43. ;                       by the filename (incl. path) or the directory only.
  44. ;                       If omitted, the filename will be added to the program's
  45. ;                       call automatically.
  46. ;
  47. ; RARVIEW=RAR.EXE       ; default
  48. ;                       This line has been added because the archiver RAR
  49. ;                       has its own shellmode. If SHEZ will support RAR in
  50. ;                       the future (and you want to use that), just insert
  51. ;                       a line
  52. ;                       RARVIEW=
  53. ;                       in FIND.CTL and FIND will use SHEZ (or ArcVIEW=<prg>)
  54. ;                       (or press "V" which will force ARCVIEW)
  55. ;
  56. ; LIMVIEW=LIMVIEW.BAT   ; default
  57. ;                       The same goes for LIMIT with the exception that LIMIT
  58. ;                       has no build-in shellmode. A very simple example of
  59. ;                       how to use a batchfile with the archiver LIMIT is
  60. ;                       included in the main-archive.
  61. ;
  62. ; EXTDESC=+>|           ; default = +>
  63. ;                       Long-descriptions must either begin with on of these
  64. ;                       chars at position 1 or with a SPACE followed by one
  65. ;                       of this characters. This is used when deleting long
  66. ;                       descriptions from FILES.BBS-type files and when
  67. ;                       showing comments after pressing "I".
  68. ;                       The string after EXTDESC can be 20 characters long.
  69. ;
  70. ; SWAP=Disc             DISC is the only valid paramter. This causes FIND
  71. ;                       *NOT* to use EMS or XMS! Use only, if you have
  72. ;                       problems with EMS/XMS !!!
  73. ;
  74. ; Swap=Disc
  75. ;
  76. ; Videobios                     ; uncomment this to force SLOOOW bios-output
  77. ; Mono                          ; uncomment this to force mono-mode (/Mono)
  78. ;
  79. ;                       For COLOR the only valid keywords are NOINTENSE and
  80. ;                       MONO.
  81. ;
  82. ; Nointense                      ; Set to no-intense colors
  83. ;
  84. ;
  85. ; The next 3 parameters are used if you give /PRG /BAK /ARC on the command-
  86. ; line. <arcs> is also used to determine whether the <arcview>-program
  87. ; should be used if you press enter on such a file. Only COM, EXE, BAT and
  88. ; BTM will be started directly, even if you have redefined <progs> here!
  89. ;
  90. ; progs=extextext...    what are executables? (for /PRG)
  91. ;                       default: progs=EXECOMBATBTM
  92. ; baks=extextext...     what are backups? (for /BAK)
  93. ;                       default: baks=~* BAKSIKTMP$$$
  94. ; arcs=extextext...     what are archives? (for /ARC)
  95. ;                       default: arcs=ARJLZHZIPARCZOOPAKHYPDWCLZSSDNSQZ
  96. ;
  97. ;                       Attention: the length off all this three options
  98. ;                       must be MODULO 3!!!
  99. ;                       (For shorter extensions see example with 'baks')
  100. ;
  101. ; map=abcd....          The string behind map= must be MODULO 2!!!
  102. ;                       e.g.: map=eh means: map all references to E:
  103. ;                       to drive H:! (Also valid for RA-mode! See below!)
  104. ;                       Mapping will only be activated by the commandline-
  105. ;                       parameter /MAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  106. ;                       (MAP will be shown on the mainscreen!)
  107. ;
  108. ; map=ehcfdg            ; uncomment this to enable mapping with /MAP
  109. ;
  110. ;
  111. ; exclude=fg...         excludes the given drives from searching!
  112. ;                       (please write only the drive-letter!)
  113. ;
  114. ;Exclude=ij             ; uncomment this to exclude drives I and J by default
  115. ;
  116. ;
  117. ; DEFAULT=<parameter>   inserts <parameter> (must be a valid parameter!) in
  118. ;                       the commandline! If you use e.g. /MAP here, you can
  119. ;                       call FIND /MAP- to toggle this option!
  120. ;
  121. ;Default=/MAP /3        ; uncomment this to make 33-row mode and mapping the
  122. ;                       ; default switches
  123. Default=/3              ; can be changed from commandline by using /3-
  124. ;
  125. ; FILESBBS=<name>       if present, the description of a file which you have
  126. ;                       deletet will be stripped from <name>. But only if
  127. ;                       the file <name> has a FILES.BBS alike format.
  128. ;                       (Means: filename.ext starts at column 1)
  129. ;                       <name> must be in the same directory as the deletet
  130. ;                       file! You may have as much FILESBBS= entrys as you
  131. ;                       want!
  132. ;                       (Will be shown as FILESBBS on the mainscreen!)
  133. FILESBBS=files.bbs
  134. FILESBBS=Descript.ion
  135. ;
  136. ; DIRLIST=<name>        If you use the parameter /@, the following file
  137. ;                       will be used as input for the paths! If the extension
  138. ;                       is .RA, RA 2.0x will be assumes, if it's .PRO, FIND
  139. ;                       will assume ProBoard 2.0x.
  140. ;                       Can be also given manually on the commandline:
  141. ;                       FIND /@=c:\fd\pb\filecfg.pro
  142. ;
  143. DIRLIST=N:\fd\pb\filecfg.pro  ; Driveletter *IS* affected by MAP=
  144. ;
  145. ; EXT=<part> <program>  Define assigned programs!
  146. ;                       e.g.: if you press enter on a PAS-file, start
  147. ;                       Turbo-Pascal :-) Note: if you say only "EXT=PAS
  148. ;                       TURBO", PASCAL.ARJ would also match! This enables
  149. ;                       some interesting assignments! But please do NOT use
  150. ;                       wildcards "*" or "?"!
  151. ;                       There may be as much EXT= lines as you want! For
  152. ;                       files w/o any assignment, the lister will be called.
  153. ;                       (external lister only!)
  154. ;
  155. Ext=.pas e.exe
  156. Ext=.jpg d:\apl\picprog\qpeg\qpeg.exe
  157. Ext=.GIF d:\apl\picprog\vpic\vpic.exe
  158. Ext=.bak del /p
  159. ; now let's do some definitions for our outbound:
  160. Ext=.sa INSPECT.EXE
  161. Ext=.su INSPECT.EXE
  162. Ext=.mo INSPECT.EXE
  163. Ext=.tu INSPECT.EXE
  164. Ext=.we INSPECT.EXE
  165. Ext=.th INSPECT.EXE
  166. Ext=.fr INSPECT.EXE
  167. Ext=.avt A_TYPE.EXE! ; the "!" tells find to wait for a keystroke! (like it
  168. ;                      does if the errorlevel is <> 0)
  169. ;
  170. ; EXCLDUPE=<namepart>   This files (no wildcards, please, a file is found if
  171. ;                       <namepart> appears anywhere within the filename) will
  172. ;                       be excluded from 'searching for duplicates' (/DUP
  173. ;                       /XDUP /XXDUP)
  174. EXCLDUPE=FILES.BBS
  175. EXCLDUPE=DESCRIPT.ION
  176. EXCLDUPE=NODEDI       ; do NOT:  Fido-nodediffs
  177. EXCLDUPE=PR24DIFF     ; do NOT:  Pointdiff for Region 24
  178. ;
  179. ; EXCLDUPEDIR=<namepart>  Exclude a directory with this characters in its
  180. ;                         name from the duplicate-search. NOTE: a drive-
  181. ;                         letter is NOT affected from MAP=
  182. EXCLDUPEDIR=CT
  183. EXCLDUPEDIR=O-
  184. EXCLDUPEDIR=NODE_
  185. ;
  186. ;  The following parameters are only necessary, if you use /NET to write a
  187. ;  netmail to the sysop which contains all found files!
  188. ;  The trailing backslash in NETMAIL= is optional!
  189. ;
  190. Sysop=Peter Hampf
  191. Address=2:241/1090
  192. Netmail=N:\Mail        ; Driveletter is *NOT* affected by MAP=
  193. ;
  194. ; End Controlfile!
  195.